home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / ed / copyright < prev    next >
Encoding:
Text File  |  2004-08-12  |  2.7 KB  |  62 lines

  1. This is Debian GNU's prepackaged version of the FSF's GNU ed
  2. utility.  The classic unix line editor, ed is a line-oriented text
  3. editor.  It is used to create, display, modify and otherwise
  4. manipulate text files.
  5.  
  6. This package was put together by me, James Troup <james@nocrew.org>,
  7. from the GNU sources, which I obtained from:
  8.  
  9.   ftp://ftp.gnu.org/pub/gnu/ed/ed-0.2.tar.gz
  10.  
  11. The changes were small:
  12.  
  13. o adding support for the Debian package maintenance scheme, by adding
  14.   various debian/* files.
  15. o buf.c (open_sbuf): use tmpfile() and not mktemp().
  16. o glbl.c (exec_global), io.c (read_stream, get_stream_line), main.c
  17.   (main, exec_command, get_matching_node_addr, strip_escapes), re.c
  18.   (get_compiled_pattern), sub.c (extract_subst_template, 
  19.   substitute_matching_text): parentheses to quiet -Wall.
  20. o ed.1: various fixes by Matt Kraai <kraai@alumni.carnegiemellon.edu>
  21.  
  22. Program Copyright (C) 1993, 1994 Andrew Moore, Talke Studio. All
  23. Rights Reserved.  
  24. Modifications for Debian Copyright (C) 1997-2003 James Troup.
  25.  
  26. This program is free software; you can redistribute it and/or modify
  27. it under the terms of the GNU General Public License as published by
  28. the Free Software Foundation; either version 2, or (at your option)
  29. any later version.
  30.  
  31. This program is distributed in the hope that it will be useful, but
  32. WITHOUT ANY WARRANTY; without even the implied warranty of
  33. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  34. General Public License for more details.
  35.  
  36. You should have received a copy of the GNU General Public License with
  37. your Debian GNU system, in /usr/share/common-licenses/GPL, or with the
  38. Debian GNU ed source package as the file COPYING.  If not, write
  39. to the Free Software Foundation, Inc., 59 Temple Place, Suite
  40. 330, Boston, MA 02111-1307, USA.
  41.  
  42. Manual (ed.info) Copyright (C) 1993 Free Software Foundation, Inc.
  43.  
  44. Permission is granted to make and distribute verbatim copies of
  45. this manual provided the copyright notice and this permission notice
  46. are preserved on all copies.
  47.  
  48. Permission is granted to process this file through TeX and print the
  49. results, provided the printed document carries copying permission
  50. notice identical to this one except for the removal of this paragraph
  51. (this paragraph not being relevant to the printed manual).
  52.  
  53. Permission is granted to copy and distribute modified versions of this
  54. manual under the conditions for verbatim copying, provided that the entire
  55. resulting derived work is distributed under the terms of a permission
  56. notice identical to this one.
  57.  
  58. Permission is granted to copy and distribute translations of this manual
  59. into another language, under the above conditions for modified versions,
  60. except that this permission notice may be stated in a translation approved
  61. by the Foundation.
  62.